@dpuse/dpuse-development 0.3.456 → 0.3.461
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -10
- package/dist/dpuse-development.es.js +5 -2
- package/dist/dpuse-development.es.js.map +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
|
|
4
4
|
<span><!-- OWASP_BADGES_START -->
|
|
5
|
-
[](https://dpuse.github.io/dpuse-development/dependency-check-reports/dependency-check-report.html)
|
|
6
6
|
|
|
7
7
|
<!-- OWASP_BADGES_END --></span>
|
|
8
8
|
|
|
@@ -102,15 +102,14 @@ The following table lists the top-level production and peer dependencies. All of
|
|
|
102
102
|
We use the `npm` packages [license-report](https://www.npmjs.com/package/license-report), [license-report-check](https://www.npmjs.com/package/license-report-check), [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) and [license-downloader](https://www.npmjs.com/package/license-downloader) to identify all dependency licenses and include copies of them. We do not use any unlicensed dependencies in either production or development.
|
|
103
103
|
|
|
104
104
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
|
108
|
-
|
|
|
109
|
-
|
|
|
110
|
-
|
|
|
111
|
-
|
|
|
112
|
-
|
|
|
113
|
-
| valibot | MIT | 1.2.0 | 1.2.0 | this month: 2025-11-24 | 1 | [LICENSE.md](https://raw.githubusercontent.com/open-circle/valibot/main/LICENSE.md) |
|
|
105
|
+
|Name|Type|Installed|Latest|Latest Released|Deps|Document|
|
|
106
|
+
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
107
|
+
|@datapos/datapos-shared|MIT|0.3.590|0.3.590|this month: 2026-02-28|0|⚠️ No license file|
|
|
108
|
+
|acorn|MIT|8.16.0|8.16.0|1 month ago: 2026-02-19|0|⚠️ No license file|
|
|
109
|
+
|acorn-typescript|MIT|1.4.13|1.4.13|26 months ago: 2024-01-03❗|1|[LICENSE](https://raw.githubusercontent.com/TyrealHu/acorn-typescript/master/LICENSE)|
|
|
110
|
+
|acorn-walk|MIT|8.3.5|8.3.5|1 month ago: 2026-02-19|1|⚠️ No license file|
|
|
111
|
+
|nanoid|MIT|5.1.7|5.1.7|this month: 2026-03-15|0|[LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE)|
|
|
112
|
+
|valibot|MIT|1.3.1|1.3.1|this month: 2026-03-18|1|[LICENSE.md](https://raw.githubusercontent.com/open-circle/valibot/main/LICENSE.md)|
|
|
114
113
|
|
|
115
114
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
116
115
|
|
|
@@ -6210,7 +6210,7 @@ var Cr = [
|
|
|
6210
6210
|
uploadGroupName: "contexts"
|
|
6211
6211
|
},
|
|
6212
6212
|
{
|
|
6213
|
-
idPrefix: "
|
|
6213
|
+
idPrefix: "dpuse-development",
|
|
6214
6214
|
typeId: "development",
|
|
6215
6215
|
isPublish: !0,
|
|
6216
6216
|
uploadGroupName: void 0
|
|
@@ -6651,7 +6651,10 @@ async function ci(e = [], t = !0) {
|
|
|
6651
6651
|
"licenses/licenseTree.json",
|
|
6652
6652
|
"--output=table",
|
|
6653
6653
|
...n
|
|
6654
|
-
])) : (Z("3️⃣ Skip 'licenses/licenseTree.json' file generate"), Z("4️⃣ Skip 'licenses/licenseTree.json' file check"))
|
|
6654
|
+
])) : (Z("3️⃣ Skip 'licenses/licenseTree.json' file generate"), Z("4️⃣ Skip 'licenses/licenseTree.json' file check"));
|
|
6655
|
+
let r = process.env.GITHUB_TOKEN;
|
|
6656
|
+
if (r == null || r === "" || r.startsWith("op://")) throw Error("GITHUB_TOKEN is not resolved. Run the script via \"npm run document\" to use 1Password resolution.");
|
|
6657
|
+
await Tr("licenses/downloads"), await X("5️⃣ Download license files", "license-downloader", [
|
|
6655
6658
|
"--source",
|
|
6656
6659
|
"licenses/licenses.json",
|
|
6657
6660
|
"--licDir",
|